@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial,helvetica,clean,sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/

body {
    min-width:1200px;
    font-family:"微软雅黑";
    color:#333;
    background: #f4f4f4;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/Common/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  min-height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  min-height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #c40900;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #c40900;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#c40900;
}


/*Pengjin 2019-3-26*/
@font-face {
    font-family: "Geometr415 Blk BT";
    src: url("../font/Geometr415 Blk BT.woff") format("woff"),
       url("../font/Geometr415 Blk BT.ttf") format("truetype"),
       url("../font/Geometr415 Blk BT.eot") format("embedded-opentype"),
       url("../font/Geometr415 Blk BT.svg") format("svg");
}


/* --header-- */
.top-wrap{width:100%;height:30px;line-height:30px;background:url(../images/Common/top_wrap.png) no-repeat center;}
.top-menu{position:relative;z-index:333;text-align:right;}
.top-menu a{display:inline-block;color:#fff;font-size:13px;}
.top-menu a:after{display:inline-block;content:"";margin:0 16px;width:1px;height:11px;background:url(../images/Common/top_menu_line.png) no-repeat;}
.top-menu a:last-child:after{display:none;}
.top-menu a:hover{text-shadow:0 0 1px #fff;}
.header{width:100%;height:111px;background:url(../images/Common/head.png) no-repeat center 0;overflow:hidden;}
.head-logo{float:left;/* padding-top:10px; */width:250px;height:90px;}
.head-logo img{display:block;width: 250px;height: 90px;}
.head-slogan{float:left;padding-left:20px;padding-top: 10px;}
.head-slogan h3{height:34px;line-height:34px;font-size: 28px;/*font-weight:normal;*/margin-bottom: 5px;}
.head-slogan p{height:25px;line-height:25px;font-size: 21px;}
.head-tel{float:right;padding-top:28px;padding-right:32px;text-align:right;overflow:hidden;background:url(../images/Common/tel.jpg) no-repeat right 95%;}
.head-tel span{display:block;height:20px;line-height:20px;font-size:14px;color:#999;}
.head-tel strong{display:block;height:30px;line-height:30px;font-size:30px;color:#c40900;font-family:'Geometr415 Blk BT';}

.nav{width:100%;height:65px;background:url(../images/Common/nav_bg.png) repeat-x;}
.SiderBar-Nav{position:relative;float:left;width:236px;}
.SiderBar-Nav .hd{padding-left:80px;height:65px;line-height:65px;font-size:20px;font-weight:bold;color:#fff;background:url(../images/Common/siderNav.png) no-repeat;}
.SiderBar-Nav .bd{position:absolute;z-index:333;top:100%;left:0;width:100%;background:#fff;}
.SiderBar-Nav .bd .item{}
.SiderBar-Nav .bd .name{display:block;padding-left:30px;height:70px;line-height:70px;font-size:16px;color:#666;border-bottom:#e9e9e9 solid 1px;background:url(../images/Common/siderNav_dt.png) no-repeat 200px center;border-right:#e9e9e9 solid 1px;}
.SiderBar-Nav .bd .name.cur{color:#c40900;border-right-color:#fff;background-image:url(../images/Common/siderNav_dt_cur.png)}

.SiderBar-Nav .btnBox{overflow:hidden;}
.SiderBar-Nav .btnBox a{display:block;float:left;width:50%;height:118px;}
.SiderBar-Nav .btnBox i{display:block;margin:25px auto 15px;width:30px;height:30px;}
.SiderBar-Nav .btnBox span{display:block;height:20px;line-height:20px;font-size:14px;color:#333;text-align:center;}
.SiderBar-Nav .btnBox .btn01{background:#f7eb24;}
.SiderBar-Nav .btnBox .btn01:before{background-color:#fff;}
.SiderBar-Nav .btnBox .btn02{background:#fff;}
.SiderBar-Nav .btnBox .btn02:before{background-color:#f7eb24;}
.SiderBar-Nav .btnBox .btn01 i{background:url(../images/Common/siderNav_btn01.png) no-repeat;}
.SiderBar-Nav .btnBox .btn02 i{background:url(../images/Common/siderNav_btn02.png) no-repeat;}
.SiderBar-Nav .drop{display:none;position:absolute;left:100%;top:0;padding:20px;width:600px;height:100%;background:#fff;box-sizing:border-box;}
.SiderBar-Nav .drop dl{padding:20px 0;border-bottom:#e9e9e9 solid 1px;overflow:hidden;}
.SiderBar-Nav .drop dl:last-child{border-bottom:none;}
.SiderBar-Nav .drop dt{float:left;padding-right:30px;font-size:18px;height:50px;line-height:50px;border-right:#e9e9e9 solid 1px;}
.SiderBar-Nav .drop dt a{display:block;color:#333;}
.SiderBar-Nav .drop dt a:hover{color:#c40900;font-weight:bold;}
.SiderBar-Nav .drop dd{padding-left:30px;height:50px;line-height:25px;font-size:14px;overflow:hidden;}
.SiderBar-Nav .drop dd a{display:block;float:left;padding-right:2%;width:18%;height:25px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.SiderBar-Nav .drop dd a:hover{color:#c40900;}

.nav-list{float:left;width:964px;}
.nav-list li{position:relative;float:left;width:106px;height:65px;line-height:65px;}
.nav-list li>a{display:block;font-size:16px;color:#333;text-align:center;}
.nav-list li:hover>a,.nav-list li.cur>a{background:#fff url(../images/Common/hover.png) repeat-x 0 0;}
.nav-list li .dropDown{display:none;position:absolute;z-index:333;left:0;top:100%;;width:100%;background:#fff;border:#e9e9e9 solid 1px;border-top:0;overflow:hidden;}
.nav-list li .dropDown dd{height:50px;line-height:50px;font-size:14px;}
.nav-list li .dropDown dd a{height:50px;display:block;color:#666;text-align:center;}
.nav-list li .dropDown dd a:hover{background-color:#f1f1f1;}
/* --end header-- */

.wrapper{margin:0 auto;width:1200px;}

/* --footer-- */
.footer{padding:50px 0;overflow:hidden;background:#151f29;}
.ft-menu{float:left;margin-left:-95px;width:675px;}
.ft-menu dl{float:left;padding-left:80px;width:144px;height:180px;border-right:#333 dashed 1px;}
.ft-menu dt{height:30px;line-height:30px;font-size:16px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;}
.ft-menu dd{padding-top:10px;font-size:14px;overflow:hidden;}
.ft-menu dd a{display:block;height:35px;line-height:35px;color:#666;}
.ft-menu dd a:hover{color:#eee;text-shadow:0 0 1px #fff;}
.ft-links{float:left;padding-left:70px;width:340px;}
.ft-links dt{height:30px;line-height:30px;font-size:16px;color:#fff;}
.ft-links dt a{color:#fff;}
.ft-links dt a:hover{font-weight:bold;}
.ft-links dd{padding-top:12px;height:168px;line-height:26px;font-size:14px;overflow:hidden}
.ft-links dd a{display:inline-block;margin-right:30px;}
.ft-links dd a:hover{color:#eee;text-shadow:0 0 1px #fff;}
.ft-links .addlink{height:30px;line-height:30px;font-size:14px;}
.ft-links .addlink a{color:#fff;}
.ft-QRcode{float:right;width:200px;/*text-align:right; */ text-align: center; }
.ft-QRcode img{width:124px;height:124px;}
.ft-QRcode dl{margin-top:10px;line-height:1.5;}
.ft-QRcode dt{font-size:14px;color:#666;}
.ft-QRcode dd{font-size:20px;color:#ffff00;}
/* --end footer-- */

.bottomBox{padding:30px 0;text-align:center;overflow:hidden;background:#fff;}
.btm-menu{height:30px;line-height:30px;font-size:14px;}
.btm-menu a{display:inline-block;color:#333;}
.btm-menu a:after{display:inline-block;vertical-align:middle;margin:0 22px;width:1px;height:30px;content:"";background:url(../images/Common/btm_menu.png) no-repeat center;}
.btm-menu a:last-child:after{display:none;}
.btm-menu a:hover{color:#c40900;}
.copyright{height:30px;line-height:30px;font-size:14px;color:#333;}
.copyright span{display:inline-block;margin:0 10px;}
.copyright span a{color:#333;}
.copyright span a:hover{color:#c40900;}

/*按钮动画*/
.btn-wave{position: relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content: '';display: block;width: 120%;height: 0;padding: 60% 0;background-color: #c40900;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*end 按钮动画*/

/*底部留言*/
.ol-Message{}
.ol-Pic{position:fixed;z-index:999;left:0;bottom:0;width:218px;height:132px;cursor:pointer;}
.ol-main{position:fixed;z-index:999;left:-100%;bottom:0;width:100%;height:150px;background:rgba(0,0,0,0.8);}
.ol-main .wrapper{position:relative;height:150px;}
.ol-main .closeBtn{position:absolute;right:0;bottom:100%;width:45px;height:45px;cursor:pointer;background:url(../images/Common/close_message.png) no-repeat;}
.Message-text{float:left;padding-left:50px;width:420px;}
.Message-text h3{padding-top:15px;height:35px;line-height:35px;font-size:25px;font-weight:bold;color:#f7eb24;}
.Message-text p{font-size:17px;height:20px;line-height:20px;color:#fff;}
.Message-marquee{margin-top:15px;height:48px;line-height:24px;overflow:hidden;}
.Message-marquee li{height:24px;color:#fff;font-size:12px;overflow:hidden;}
.Message-marquee li .time{float:right;}
.Message-marquee li .name{display:block;float:left;margin-right:10px;width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.Message-marquee li .name:before{content:"·";margin-right:10px;font-weight:bold;}
.Message-marquee li .rel{display:block;float:left;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.Message-form{float:right;padding-top:34px;width:714px;}
.Message-form li{padding-top:4px;height:44px;line-height:44px;overflow:hidden;}
.Message-form li .ipt01,.Message-form li .ipt02{display:block;float:left;margin-left:4px;padding:0 10px;height:44px;font-size:14px;border:none;background:#fff;}
.Message-form li .ipt01{width:214px;}
.Message-form li .ipt02{width:452px;}
.Message-form li .submitBtn{display:block;float:left;margin-left:4px;width:234px;height:44px;color:#fff;text-align:center;font-size:16px;color:#333;background:#f7eb24 url(../images/Common/submitBtn.png) no-repeat 54px center;}
/*end 底部留言*/
